Merge unblock fix from REL1_4
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Dec 2004 06:58:50 +0000 (06:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Dec 2004 06:58:50 +0000 (06:58 +0000)
includes/LogPage.php

index f1fc55a..9c7d106 100644 (file)
@@ -140,7 +140,7 @@ class LogPage {
        function actionText( $type, $action, $titleLink = NULL ) {
                static $actions = array(
                        'block/block' => 'blocklogentry',
-                       'block/unblock' => 'blocklogentry',
+                       'block/unblock' => 'unblocklogentry',
                        'protect/protect' => 'protectedarticle',
                        'protect/unprotect' => 'unprotectedarticle',
                        'rights/rights' => 'bureaucratlogentry',